home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / comm2 / tcb_201.zip / TCB-201.HIS < prev    next >
Text File  |  1993-03-21  |  4KB  |  86 lines

  1. ═══════════════════════════════════════════════════════════════════════════════
  2.  TCB [Today's Callers Bulletin] v2.01                         Robert Bingleman
  3.  Second (and final, God willing!) release version.         February 21st, 1993
  4. ───────────────────────────────────────────────────────────────────────────────
  5.         Revision history, versions 1.00α ─ 2.01 ─ Catastrophe of '93.
  6. ═══════════════════════════════════════════════════════════════════════════════
  7.  
  8. ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
  9. Version 1.00α  [09/29/92]   ≡≡≡  TCB debuts to worldwide acclaim on Sep. 29th,
  10.                             ≡≡≡  1992.  I had been working on it for just over
  11.                             ≡≡≡  a week, and it was tested for almost 2 days.
  12. ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
  13.  
  14. Bugs:
  15. ─────
  16.  φ Parser choked on Ctrl-Z in CNF file, causing an unintelligible error for
  17.    anyone who used an editor that put a Ctrl-Z at the end of the file.  Ugh!
  18.  
  19.  φ Header colours were screwed up badly if colours were changed in the
  20.    SYSOPNAME or BBSNAME strings.
  21.  
  22.  φ Spaces could not be used in border strings because the INSIDE and OUTSIDE
  23.    lines were not quote-enclosed type strings.
  24.  
  25.  φ A couple of peculiar circumstances caused the parser to read log entries
  26.    that should have been skipped (invalid log-ins and so on), creating
  27.    especially uninformative entries in the bulletins.
  28.  
  29.  
  30. ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
  31. Version 2.01   [02/21/93]   ≡≡≡  Quite a version leap.  I see that there's
  32.                             ≡≡≡  a similar utility out there (LASTON, is it?)
  33.                             ≡≡≡  that's up to version 5-point-something.  Sad!
  34.                             ≡≡≡  I hope he's getting paid for it!  hahaha
  35. ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
  36.  
  37. Fixes:
  38. ──────
  39.  φ All of the above bugs were fixed (or so I'd like to think).
  40.  
  41. Improvements (?):
  42. ─────────────────
  43.  
  44.  φ Added ANSICR and ASCIICR flags, so that a bulletin can be made a full 80
  45.    characters wide if your users don't have a problem with "wrapping".
  46.  
  47.  φ Added TOTALC, HEADERC, and LABELC colour variables to set the colours of,
  48.    respectively, the "totals" line, header lines, and labels.
  49.  
  50.  φ Added _BUFFER variable so that the sysop might play around with the size
  51.    of the file buffers that TCB allocates.  The default is a (safe?) 5120
  52.    bytes/file, but can be reduced to accomodate low-memory or increased to
  53.    speed up file access.
  54.  
  55.  φ Added $IGNORE block, where the sysop can define which users should be
  56.    excluded from the bulletin(s).
  57.  
  58.  φ Modified ZEROC.  Now, if the colour is 8x, the background of any zero-
  59.    value columns will remain as defined in the CONFIG line, while the
  60.    foreground will change to the 'x' colour.
  61.  
  62.  φ Changed INSIDEC and OUTSIDEC to quote-enclosed strings (so that spaces
  63.    and colour codes could be used), added a bunch of other characters (to
  64.    accomodate wilder configuration options), and mixed the order around
  65.    (just for the hell of it).
  66.  
  67.  φ Support for multiple logfiles (up to 16) and, thus, multi-node systems.
  68.    It doesn't work as fast as it might, for various reasons, but I think it
  69.    does work well enough.
  70.  
  71.  φ Added MULTINODE flag to indicate whether multiple logfiles may be used.
  72.  
  73.  φ Added CONFIG Field Type W to display the node that the call came in on.
  74.  
  75.  φ Improved documentation, including a 132-column reference card.
  76.  
  77.  
  78. ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
  79. Black Monday 2 [03/21/93]   ≡≡≡  No, no new version, but this is certainly
  80.                             ≡≡≡  a noteworthy day in the History of TCB; due
  81.                             ≡≡≡  to a ridiculously stupid mistake on my part,
  82.                             ≡≡≡  I just backed up a blank 3.5" disk onto my
  83.                             ≡≡≡  development drive.  The most recent source I
  84.                             ≡≡≡  have is for a slightly mod'd v1.00!
  85. ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
  86.